home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / disk / misc / 2b_ChgOwn.lha / ChangeOwner / ChangeOwner.readme < prev   
Text File  |  1998-03-22  |  2KB  |  70 lines

  1. Short:        MultiUser file's owner changer
  2. Author:       LeMUr/BlaBla (Luke Prokulski) BLABLA PRODUCT
  3. Uploader:     lemi@mops.uci.agh.edu.pl
  4. Type:         disk/misc
  5. Version:      0.95 (22.3.98)
  6. Requires:     MultiUserFileSystem, KS 2.0 (tested on 3.0)
  7. Distribution: Freeware
  8.  
  9.  
  10. PREINTRODUCTION:
  11. ----------------
  12.  English is _NOT_ my native language, so please forgive all mistakes in
  13. this file, or even better - correct them and send it to me :) Thanks in
  14. advence.
  15.  
  16. DISCLAIMER:
  17. -----------
  18.  NO WARRANTY. You use this stuff at your own risk.
  19.  
  20. INTRODUCTION:
  21. -------------
  22.  This program was written for interactive use in shell.
  23.  Sometimes you have to change user of all files frome one to another. Doing
  24. it by writting "SetOwner" x-times can (and it IS!!! - I know it! ;)
  25. borring, so - here's my program. It scans given path/dir (AmigaDOS jokers
  26. are available) and checks files. If UserID (owner) equals with given -
  27. ChangeOwner simply changes this to second given owner.
  28.  
  29. USAGE:
  30. ------
  31.  Some examples will be the best way to explain "how it works":
  32.     ChangeOwner Work:#? root brother
  33.  - will scan root-directory of Work: and change all files owned by ROOT to
  34. BROTHER
  35.    ChangeOwner Work:#? root nobody all
  36.  - will scan WHOLE Work: and change all files owned by ROOT to NOBODY
  37. (owned by noone!)
  38.    ChangeOwner Work:#? root nobody all quiet
  39.  - as upper, but won't print any infos
  40.  
  41.  Arguments:
  42.    FILE/A          file/directory name, jokers allowed
  43.    USER1/A         UserID of files
  44.    USER2           UserID that user of files will be set
  45.    NOBODY/S        if set - no one will be owner of files
  46.    ALL/S           if set - all matching files will be proceeded
  47.    QUIET/S         if set - no informations will be shown
  48.  
  49. AUTHOR:
  50. -------
  51.    LeMUr of BlaBla - Luke Prokulski
  52.    Debugging done by myself :)
  53.  
  54. CONTACT: (bugs, suggestions, support)
  55. --------
  56.    e-mail: lemi@mops.uci.agh.edu.pl
  57.     www   : http://mops.uci.agh.edu.pl/~lemi/
  58.    s-mail: Lukasz Prokulski
  59.            Dziaduszyce 25/1
  60.            32-218 Slaboszow
  61.            POLAND
  62.  
  63. FUTURE:
  64. -------
  65.  - any?
  66.  
  67. HISTORY
  68. -------
  69.  0.95 -  First (and only?) public release (March '98)
  70.